home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TTHUMBFORM / TTHUMBFORM.txt < prev   
Text File  |  2000-07-30  |  16KB  |  474 lines

  1. object ThumbForm: TThumbForm
  2.   Left = 350
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'Image pre-viewer'
  6.   ClientHeight = 373
  7.   ClientWidth = 580
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 580
  24.     Height = 373
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object StopBtn: TSpeedButton
  28.       Left = 499
  29.       Top = 288
  30.       Width = 75
  31.       Height = 30
  32.       Glyph.Data = {
  33.         66010000424D6601000000000000760000002800000014000000140000000100
  34.         040000000000F000000000000000000000001000000010000000000000000000
  35.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  36.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  37.         7777777700007777711111111177777700007777199999999917777700007771
  38.         9999999999917777000077199999999999991777000071999999999999999177
  39.         000019999999999999999917000019FFF99F99FFF9F9991700001999F99F99F9
  40.         F9F99917000019FFF99F99F9F9FFF917000019F9999F99F9F9F9F917000019FF
  41.         F9FFF9FFF9FFF917000019999999999999999917000019999999999999999917
  42.         0000719999999999999991770000771999999999999917770000777199999999
  43.         9991777700007777199999999917777700007777711111111177777700007777
  44.         77777777777777770000}
  45.       Visible = False
  46.       OnClick = AbortBtnClick
  47.     end
  48.     object Image1: TImage
  49.       Left = 519
  50.       Top = 140
  51.       Width = 35
  52.       Height = 33
  53.       Center = True
  54.       Picture.Data = {<image000.bmp>}
  55.       Stretch = True
  56.       OnDragDrop = Image1DragDrop
  57.       OnDragOver = Image1DragOver
  58.     end
  59.     object Thumbs: TStringGrid
  60.       Left = 168
  61.       Top = 47
  62.       Width = 324
  63.       Height = 301
  64.       DefaultColWidth = 60
  65.       DefaultRowHeight = 50
  66.       FixedCols = 0
  67.       RowCount = 10
  68.       FixedRows = 0
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clBlack
  71.       Font.Height = -9
  72.       Font.Name = 'Arial'
  73.       Font.Style = []
  74.       Options = [goVertLine, goHorzLine]
  75.       ParentColor = True
  76.       ParentFont = False
  77.       ScrollBars = ssVertical
  78.       TabOrder = 0
  79.       OnClick = ThumbsClick
  80.       OnDblClick = ThumbsDblClick
  81.       OnDragDrop = ThumbsDragDrop
  82.       OnDragOver = ThumbsDragOver
  83.       OnDrawCell = ThumbsDrawCell
  84.       OnKeyDown = ThumbsKeyDown
  85.       OnMouseDown = ThumbsMouseDown
  86.       OnMouseMove = ThumbsMouseMove
  87.     end
  88.     object DriveComboBox1: TDriveComboBox
  89.       Left = 7
  90.       Top = 328
  91.       Width = 157
  92.       Height = 21
  93.       Color = clBtnFace
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clBtnText
  96.       Font.Height = -12
  97.       Font.Name = 'Times New Roman'
  98.       Font.Style = []
  99.       ParentFont = False
  100.       TabOrder = 1
  101.       OnChange = DriveComboBox1Change
  102.       OnClick = DriveComboBox1Click
  103.     end
  104.     object DirectoryListBox1: TDirectoryListBox
  105.       Left = 8
  106.       Top = 191
  107.       Width = 155
  108.       Height = 134
  109.       Color = clBtnFace
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clBtnText
  112.       Font.Height = -12
  113.       Font.Name = 'Times New Roman'
  114.       Font.Style = []
  115.       ItemHeight = 16
  116.       ParentFont = False
  117.       TabOrder = 2
  118.       OnChange = DirectoryListBox1Change
  119.       OnClick = DirectoryListBox1Click
  120.     end
  121.     object FileListBox1: TFileListBox
  122.       Left = 8
  123.       Top = 47
  124.       Width = 153
  125.       Height = 141
  126.       Hint = 'Drag Image on the grid to create thumbnail'
  127.       Color = clBtnFace
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clBtnText
  130.       Font.Height = -12
  131.       Font.Name = 'Times New Roman'
  132.       Font.Style = []
  133.       ItemHeight = 16
  134.       Mask = 
  135.         '*.gif;*.jpg;*.pcx;*.bmp;*.wmf;*.ico;*.scm;*.png;*.cms;*.tif;*.pc' +
  136.         'd;*.dxf;*.tga;*.eps'
  137.       ParentFont = False
  138.       ShowGlyphs = True
  139.       TabOrder = 3
  140.       OnChange = FileListBox1Change
  141.       OnClick = FileListBox1Click
  142.       OnDblClick = FileListBox1DblClick
  143.       OnKeyDown = FileListBox1KeyDown
  144.       OnMouseDown = FileListBox1MouseDown
  145.     end
  146.     object ComboBox1: TComboBox
  147.       Left = 8
  148.       Top = 10
  149.       Width = 154
  150.       Height = 22
  151.       Color = clBtnFace
  152.       DropDownCount = 15
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clBtnText
  155.       Font.Height = -11
  156.       Font.Name = 'Times New Roman'
  157.       Font.Style = []
  158.       ItemHeight = 14
  159.       ParentFont = False
  160.       TabOrder = 4
  161.       Text = 'Select file type'
  162.       OnChange = ComboBox1Change
  163.       OnClick = ComboBox1Click
  164.       Items.Strings = (
  165.         '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO;*.PCD'
  166.         '*.JPG'
  167.         '*.GIF'
  168.         '*.PCX'
  169.         '*.BMP'
  170.         '*.PNG'
  171.         '*.TIF'
  172.         '*.PCD'
  173.         '*.WMF'
  174.         '*.ICO')
  175.     end
  176.     object PMultiImage2: TPMultiImage
  177.       Left = 506
  178.       Top = 47
  179.       Width = 60
  180.       Height = 50
  181.       GrabHandCursor = 5
  182.       Center = True
  183.       Scrolling = True
  184.       ShowScrollbars = True
  185.       B_W_CopyFlags = [C_DEL]
  186.       Color = clBtnFace
  187.       ImageName = 'file not found'
  188.       ImageDither = True
  189.       ImageReadRes = lAutoMatic
  190.       BlitMode = sLight
  191.       ImageWriteRes = sAutoMatic
  192.       TifSaveCompress = sNONE
  193.       TiffPage = 1
  194.       TiffAppend = False
  195.       JPegSaveQuality = 25
  196.       JPegSaveSmooth = 5
  197.       RubberBandBtn = mbLeft
  198.       ScrollbarWidth = 12
  199.       ParentColor = True
  200.       TextLeft = 0
  201.       TextTop = 0
  202.       TextRotate = 0
  203.       TabOrder = 5
  204.       TabStop = False
  205.       Visible = False
  206.       ZoomBy = 10
  207.     end
  208.     object PMultiImage1: TPMultiImage
  209.       Left = 506
  210.       Top = 47
  211.       Width = 60
  212.       Height = 50
  213.       GrabHandCursor = 5
  214.       Center = True
  215.       Scrolling = True
  216.       ShowScrollbars = True
  217.       B_W_CopyFlags = [C_DEL]
  218.       Color = clBtnFace
  219.       ImageName = 'file not found'
  220.       ImageDither = True
  221.       ImageReadRes = lAutoMatic
  222.       BlitMode = sLight
  223.       ImageWriteRes = sAutoMatic
  224.       TifSaveCompress = sNONE
  225.       TiffPage = 1
  226.       TiffAppend = False
  227.       JPegSaveQuality = 25
  228.       JPegSaveSmooth = 5
  229.       RubberBandBtn = mbLeft
  230.       ScrollbarWidth = 12
  231.       ParentColor = True
  232.       Stretch = True
  233.       TextLeft = 0
  234.       TextTop = 0
  235.       TextRotate = 0
  236.       TabOrder = 6
  237.       TabStop = False
  238.       ZoomBy = 10
  239.     end
  240.     object Panel2: TPanel
  241.       Left = 1
  242.       Top = 1
  243.       Width = 578
  244.       Height = 33
  245.       Align = alTop
  246.       BevelInner = bvRaised
  247.       BevelOuter = bvNone
  248.       TabOrder = 7
  249.       object LoadBtn: TSpeedButton
  250.         Left = 1
  251.         Top = 3
  252.         Width = 28
  253.         Height = 28
  254.         Hint = 'Load all existing thumbs'
  255.         Flat = True
  256.         Glyph.Data = {
  257.           F6000000424DF600000000000000760000002800000010000000100000000100
  258.           0400000000008000000000000000000000001000000010000000000000000000
  259.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  260.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  261.           7777777777777777777777777780087777777800000000000087708800888800
  262.           880770880888888088077088087888808807708808E78880880770FF00888800
  263.           FF0770FFF000000FFF0770000000000000077700780FF0870077777777800877
  264.           7777777777777777777777777777777777777777777777777777}
  265.         ParentShowHint = False
  266.         ShowHint = True
  267.         OnClick = LoadBtnClick
  268.       end
  269.       object CreateNewKeep: TSpeedButton
  270.         Left = 29
  271.         Top = 3
  272.         Width = 28
  273.         Height = 28
  274.         Hint = 'Create new previews keep old ones'
  275.         Flat = True
  276.         Glyph.Data = {
  277.           F6000000424DF600000000000000760000002800000010000000100000000100
  278.           0400000000008000000000000000000000001000000010000000000000000000
  279.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  280.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  281.           77777777777777777777777800000008777777707777777077007770788F8870
  282.           008077707777777080807770777887707070777078800870F070777080088070
  283.           00F0007008877070770008088770000877770F07700777777777007007777777
  284.           7777777777777777777777777777777777777777777777777777}
  285.         ParentShowHint = False
  286.         ShowHint = True
  287.         OnClick = IncAllKeepBtnClick
  288.       end
  289.       object CreateNewDelete: TSpeedButton
  290.         Left = 57
  291.         Top = 3
  292.         Width = 28
  293.         Height = 28
  294.         Hint = 'Create new previews and delete old ones'
  295.         Flat = True
  296.         Glyph.Data = {
  297.           42010000424D4201000000000000760000002800000011000000110000000100
  298.           040000000000CC00000000000000000000001000000010000000000000000000
  299.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  300.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  301.           7777700000007000000000000000700000007077770770770770700000007007
  302.           7077077077007000000070707777770770707000000070770770707707707000
  303.           0000707770770700777070000000707777007777777070000000707777777777
  304.           7770700000007077777777700770700000007077777777077070700000007077
  305.           7777770770707000000070777777777007707000000070777777777777707000
  306.           0000700000000000000070000000777777777777777770000000777777777777
  307.           777770000000}
  308.         ParentShowHint = False
  309.         ShowHint = True
  310.         OnClick = CreateNewDeleteClick
  311.       end
  312.       object DeleteAllBtn: TSpeedButton
  313.         Left = 85
  314.         Top = 3
  315.         Width = 28
  316.         Height = 28
  317.         Hint = 'Delete all previews'
  318.         Flat = True
  319.         Glyph.Data = {
  320.           42010000424D4201000000000000760000002800000011000000110000000100
  321.           040000000000CC00000000000000000000001000000010000000000000000000
  322.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  323.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  324.           777770000000777777777777777770000000777777777777770F700000007777
  325.           0F777777777770000000777000F7777770F770000000777000F777770F777000
  326.           00007777000F77700F777000000077777000F700F7777000000077777700000F
  327.           7777700000007777777000F777777000000077777700000F7777700000007777
  328.           7000F70F7777700000007770000F77700F7770000000770000F7777700F77000
  329.           00007700F7777777700F70000000777777777777777770000000777777777777
  330.           777770000000}
  331.         ParentShowHint = False
  332.         ShowHint = True
  333.         OnClick = DeleteAllBtnClick
  334.       end
  335.       object ClearAllBtn: TSpeedButton
  336.         Left = 113
  337.         Top = 3
  338.         Width = 28
  339.         Height = 28
  340.         Hint = 'Clear preview window'
  341.         Flat = True
  342.         Glyph.Data = {
  343.           42010000424D4201000000000000760000002800000011000000110000000100
  344.           040000000000CC00000000000000000000001000000010000000000000000000
  345.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  346.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  347.           7777700000007777777777177777700000007777777771177777100000007777
  348.           7777711177717000000077777777771177117000000070000000000011577000
  349.           0000707777777775117770000000707007007071511770000000707777777711
  350.           771150000000704444445144447510000000774FFFFF15FFF47770000000774F
  351.           00F00F00F47770000000774FFFFFFFFFF4777000000077444444444444777000
  352.           0000774744744744747770000000774444444444447770000000777777777777
  353.           777770000000}
  354.         ParentShowHint = False
  355.         ShowHint = True
  356.         OnClick = ClearAllBtnClick
  357.       end
  358.       object Autoload: TSpeedButton
  359.         Left = 141
  360.         Top = 3
  361.         Width = 28
  362.         Height = 28
  363.         Hint = 'Autoload Previews'
  364.         AllowAllUp = True
  365.         GroupIndex = 11
  366.         Flat = True
  367.         Glyph.Data = {
  368.           96010000424D9601000000000000760000002800000018000000180000000100
  369.           0400000000002001000000000000000000001000000010000000000000000000
  370.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  371.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  372.           3333333333333333333330000333333333333333333328888033333383333333
  373.           3332222288033338888333333332222228033303833833333332262228033000
  374.           0338333333322A62220333033038333333332222283333333038333333333222
  375.           2333333330333333333333333333333330333333883333333333333333333338
  376.           8883333333333888888833880888333333333888888838805088833333380000
  377.           00883309150883388888C44440883099915033333078CC4440883DD999153000
  378.           0003C6C4408833DF998333333033CE6C4088333DD83333333333CCCCC0333333
  379.           D333333333333333333333333333333333333333333333333333333333333333
  380.           3333333333333333333333333333333333333333333333333333}
  381.         ParentShowHint = False
  382.         ShowHint = True
  383.       end
  384.       object GPall: TSpeedButton
  385.         Left = 170
  386.         Top = 2
  387.         Width = 29
  388.         Height = 29
  389.         Hint = 'In 256 color mode use a shared palette'
  390.         AllowAllUp = True
  391.         GroupIndex = 12
  392.         Flat = True
  393.         Glyph.Data = {
  394.           CA010000424DCA01000000000000760000002800000024000000110000000100
  395.           0400000000005401000000000000000000001000000010000000000000000000
  396.           80000080000000808000800000008000800080800000C0C0C000808080000000
  397.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  398.           7777777777777777777777770000777777777777777777777777777777777777
  399.           000077993344DDBBEE7777778877887788777777000077993344DDBBEE777777
  400.           8877887788777777000077993344DDBBEE777777887788778877777700007799
  401.           3344DDBBEE7777778877887788777777000077993344DDBBEE77777788778877
  402.           88777777000077993344DDBBEE7777778877887788777777000077993344DDBB
  403.           EE7777778877887788777777000077993344DDBBEE7777778877887788777777
  404.           000077993344DDBBEE7777778877887788777777000077993344DDBBEE777777
  405.           8877887788777777000077993344DDBBEE777777887788778877777700007799
  406.           3344DDBBEE7777778877887788777777000077993344DDBBEE77777788778877
  407.           88777777000077993344DDBBEE77777788778877887777770000777777777777
  408.           7777777777777777777777770000}
  409.         NumGlyphs = 2
  410.         ParentShowHint = False
  411.         ShowHint = True
  412.       end
  413.       object RSpeed: TComboBox
  414.         Left = 209
  415.         Top = 5
  416.         Width = 169
  417.         Height = 22
  418.         Style = csDropDownList
  419.         ItemHeight = 14
  420.         TabOrder = 0
  421.         Items.Strings = (
  422.           'Optimize Previews for Speed'
  423.           'Optimize Previews for Size')
  424.       end
  425.       object CResolution: TComboBox
  426.         Left = 386
  427.         Top = 5
  428.         Width = 174
  429.         Height = 22
  430.         Style = csDropDownList
  431.         ItemHeight = 14
  432.         TabOrder = 1
  433.         Items.Strings = (
  434.           'Use 16 system colors resolution'
  435.           'Use 256 colors resolution'
  436.           'Use true color resolution'
  437.           'Use Automatic color resolution')
  438.       end
  439.     end
  440.     object StatusBar1: TStatusBar
  441.       Left = 1
  442.       Top = 353
  443.       Width = 578
  444.       Height = 19
  445.       Panels = <
  446.         item
  447.           Width = 350
  448.         end
  449.         item
  450.           Width = 50
  451.         end>
  452.       SimplePanel = False
  453.       object Gauge1: TProgressBar
  454.         Left = 352
  455.         Top = 3
  456.         Width = 233
  457.         Height = 16
  458.         Min = 0
  459.         Max = 100
  460.         TabOrder = 0
  461.       end
  462.     end
  463.     object CloseBtn: TBitBtn
  464.       Left = 499
  465.       Top = 319
  466.       Width = 75
  467.       Height = 30
  468.       Caption = 'Close'
  469.       TabOrder = 9
  470.       OnClick = CancelBtnClick
  471.     end
  472.   end
  473. end
  474.